-
Notifications
You must be signed in to change notification settings - Fork 12
chore: add olympix GH action #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| name: Integrated Security Workflow | ||
| on: | ||
| pull_request: | ||
| branches: [main, master, staging, dev, feat/**, fix/**] | ||
| push | ||
| jobs: | ||
| security: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| - name: Run Olympix Integrated Security | ||
| uses: olympix/integrated-security@main | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Semgrep identified an issue in your code: To resolve this comment: 🔧 No guidance has been designated for this issue. Fix according to your organization's approved methods. 💬 Ignore this findingReply with Semgrep commands to ignore this finding.
Alternatively, triage in Semgrep AppSec Platform to ignore the finding created by gh-actions-first-step-must-be-bullfrogsec. You can view more details about this finding in the Semgrep AppSec Platform. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Semgrep identified a blocking 🔴 issue in your code: To resolve this comment: 🔧 No guidance has been designated for this issue. Fix according to your organization's approved methods. 💬 Ignore this findingReply with Semgrep commands to ignore this finding.
Alternatively, triage in Semgrep AppSec Platform to ignore the finding created by third-party-action-not-pinned-to-commit-sha-foundry-allowed. You can view more details about this finding in the Semgrep AppSec Platform. |
||
| env: | ||
| OLYMPIX_API_TOKEN: ${{ secrets.OLYMPIX_API_TOKEN }} | ||
| - name: Upload result to GitHub Code Scanning | ||
| uses: github/codeql-action/upload-sarif@v3 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Semgrep identified an issue in your code: To resolve this comment: 🔧 No guidance has been designated for this issue. Fix according to your organization's approved methods. 💬 Ignore this findingReply with Semgrep commands to ignore this finding.
Alternatively, triage in Semgrep AppSec Platform to ignore the finding created by gh-actions-first-step-must-be-bullfrogsec. You can view more details about this finding in the Semgrep AppSec Platform. |
||
| with: | ||
| sarif_file: olympix.sarif | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,13 @@ | ||
| { | ||
| "checkpoint_advanceToCurrentStep": "157988", | ||
| "checkpoint_noBids": "141549", | ||
| "checkpoint_zeroSupply": "145295", | ||
| "claimTokens": "83315", | ||
| "checkpoint_advanceToCurrentStep": "158000", | ||
| "checkpoint_noBids": "141561", | ||
| "checkpoint_zeroSupply": "145303", | ||
| "claimTokens": "83293", | ||
| "exitBid": "90090", | ||
| "exitPartiallyFilledBid": "290600", | ||
| "submitBid": "161288", | ||
| "submitBid_recordStep_updateCheckpoint": "314320", | ||
| "submitBid_recordStep_updateCheckpoint_initializeTick": "314320", | ||
| "submitBid_updateCheckpoint": "299530", | ||
| "submitBid_withValidationHook": "318561" | ||
| "exitPartiallyFilledBid": "290602", | ||
| "submitBid": "161323", | ||
| "submitBid_recordStep_updateCheckpoint": "314367", | ||
| "submitBid_recordStep_updateCheckpoint_initializeTick": "314367", | ||
| "submitBid_updateCheckpoint": "299577", | ||
| "submitBid_withValidationHook": "318608" | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Semgrep identified an issue in your code:
First step in each job must use bullfrogsec/bullfrog, unless the job is on macOS.
To resolve this comment:
🔧 No guidance has been designated for this issue. Fix according to your organization's approved methods.
💬 Ignore this finding
Reply with Semgrep commands to ignore this finding.
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasonsAlternatively, triage in Semgrep AppSec Platform to ignore the finding created by gh-actions-first-step-must-be-bullfrogsec.
You can view more details about this finding in the Semgrep AppSec Platform.