Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Oct 25, 2024
2 parents 1d3c6a9 + c49ed92 commit e3b3c67
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/security-gate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Security Gate - Instriq
name: Security Gate - LESIS

on:
push:
Expand Down Expand Up @@ -32,4 +32,7 @@ jobs:
--critical $MAX_CRITICAL \
--high $MAX_HIGH \
--medium $MAX_MEDIUM \
--low $MAX_LOW
--low $MAX_LOW \
--dependency-alerts \
--code-alerts \
--secret-alerts
File renamed without changes.
2 changes: 0 additions & 2 deletions .github/workflows/zarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '28 23 * * 1'

jobs:
zarn:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM perl:5.32-threaded
FROM perl:5.40-threaded

COPY . /usr/src/spellbook
WORKDIR /usr/src/spellbook
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</a>
<br/>
<img src="https://github.com/htrgouvea/spellbook/actions/workflows/linter.yml/badge.svg">
<img src="https://github.com/htrgouvea/spellbook/actions/workflows/sast.yml/badge.svg">
<img src="https://github.com/htrgouvea/spellbook/actions/workflows/zarn.yml/badge.svg">
<img src="https://github.com/htrgouvea/spellbook/actions/workflows/security-gate.yml/badge.svg">
<img src="https://github.com/htrgouvea/spellbook/actions/workflows/test.yml/badge.svg">
<img src="https://github.com/htrgouvea/spellbook/actions/workflows/test-on-ubuntu.yml/badge.svg">
</p>
</p>

Expand Down Expand Up @@ -126,4 +126,4 @@ Your contributions and suggestions are heartily ♥ welcome. [See here the contr

### License

This work is licensed under [MIT License.](/LICENSE.md)
This work is licensed under [MIT License.](/LICENSE.md)
3 changes: 2 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ requires "WWW::Mechanize", "2.11";
requires "Net::IP";
requires "UUID::Tiny", "1.04";
requires "WWW::Mechanize";
requires "WWW::Wappalyzer";
requires "WWW::Wappalyzer";
requires "Redis";

0 comments on commit e3b3c67

Please sign in to comment.