Skip to content

Commit

Permalink
adds
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmayajush committed Aug 21, 2023
1 parent 18d3324 commit 94eff97
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v4
with:
go-version: 'stable'

- name: accuknox-install
id: install-accuknox
uses: accuknox/[email protected]
- name: accuknox-report

- name: Run accuknox-report
id: report-accuknox
if: steps.install-accuknox.outputs.status == 'success'
uses: accuknox/[email protected]



0 comments on commit 94eff97

Please sign in to comment.